projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e221d32
)
* lisp/loadup.el: Enlarge the size of the hash table to 80000.
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 13 Nov 2015 09:52:53 +0000
(11:52 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 13 Nov 2015 09:52:53 +0000
(11:52 +0200)
lisp/loadup.el
patch
|
blob
|
history
diff --git
a/lisp/loadup.el
b/lisp/loadup.el
index fef111f6611bcb3f013ca0191ae6bc8be2fec5e5..f0caa8be34954bbd5f0c515309b43830e64199e4 100644
(file)
--- a/
lisp/loadup.el
+++ b/
lisp/loadup.el
@@
-73,7
+73,7
@@
(if (eq t purify-flag)
;; Hash consing saved around 11% of pure space in my tests.
- (setq purify-flag (make-hash-table :test 'equal :size
7
0000)))
+ (setq purify-flag (make-hash-table :test 'equal :size
8
0000)))
(message "Using load-path %s" load-path)